An introduction of the data and a description of the trends/books/items you are choosing to analyze (and why!)
Write a summary paragraph of findings that includes the 5 values calculated from your summary information R script
These will likely be calculated using your DPLYR skills, answering questions such as:
Feel free to calculate and report values that you find relevant.
Include a chart. Make sure to describe why you included the chart, and what patterns emerged
The first chart that you will create and include will show the trend over time of your variable/topic/interest. Think carefully about what you want to communicate to your user (you may have to find relevant trends in the dataset first!). Here are some requirements to help guide your design:
When we say “clear” or “human readable” titles and labels, that means that you should not just display the variable name.
Here’s an example of how to run an R script inside an RMarkdown file:
ggplotly(chartOne)
Include a chart. Make sure to describe why you included the chart, and what patterns emerged
The second chart that you will create and include will show another trend over time of your variable/topic/interest. Think carefully about what you want to communicate to your user (you may have to find relevant trends in the dataset first!). Here are some requirements to help guide your design:
When we say “clear” or “human readable” titles and labels, that means that you should not just display the variable name.
Here’s an example of how to run an R script inside an RMarkdown file:
ggplotly(chartTwo)
The last chart is up to you. It could be a line plot, scatter plot, histogram, bar plot, stacked bar plot, and more. Here are some requirements to help guide your design:
Here’s an example of how to run an R script inside an RMarkdown file: